runtime.cpuStats.userTime (field)

3 uses

	runtime (current package)
		metrics.go#L168: 				out.scalar = float64bits(nsToSec(in.cpuStats.userTime))
		mstats.go#L911: 	userTime int64 // Time Ps spent in _Prunning or _Psyscall that's not any of the above.
		mstats.go#L968: 	s.userTime = s.totalTime - (s.gcTotalTime + s.scavengeTotalTime + s.idleTime)